home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Utilities
/
uupc 3.1
/
Mac specific
/
lib.proto.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-03-01
|
246 b
|
10 lines
|
[
TEXT/KAHL
]
/* lib.c */
int MKDIR(char *path);
int CHDIR(char *path);
int OPEN(char *name, int mode);
FILE *FOPEN(char *name, char *mode, char ftype);
int CREAT(char *name, int mode, char ftyp);
int UNLINK(char *path);
int getargs(char *line, char **flds);